PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowPageContent Class
Fields Methods


In This Topic
    PDFFlowPageContent Class Members
    In This Topic

    The following tables list the members exposed by PDFFlowPageContent.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodAdds a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodAdds a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content height.
    When this method is called for the first time, the content height is calculated. Subsequent calls with the same 'width' parameter return the already computed height. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets a value indicating whether the footer defined in the flow document is added to this page.  
    Public MethodGets a value indicating whether the header defined in the flow document is added to this page.  
    Public MethodGets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets the existing PDF page to be inserted in the flow document.  
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets an arbitrary object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodGets a value indicating whether this page is writeable.
    A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.  
    Public MethodRemoves a listener for the create page event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodRemoves a listener for the before flow content draw event. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content background.
    The background that fills the flow content bounding rectangle. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the destination name.
    A named destination is created at the top of flow content when this property is not null or an empty string. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets a value indicating whether the footer defined in the flow document is added to this page.  
    Public MethodSets a value indicating whether the header defined in the flow document is added to this page.  
    Public MethodSets the content inner margins.
    The inner margins are located inside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the content outer margins.
    The outer margins are located outside the content's bounding rectangle. The margins are applied to content as a whole and not to parts of content when content is split across pages. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Public MethodSets a value indicating whether this page is writeable.
    A writeable page allows the flow content of the document to be written on top of existing page content. When the page is not writeable, the page is skipped and the flow content is added to the next page.  
    Top
    Protected Methods
     NameDescription
    Protected Method (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Protected MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowContent)
    Top
    See Also